[Global Namespace]
Namespaces
Functions
Translate the given message.
Throw an HttpException with the given data.
Throw an HttpException with the given data if the given condition is true.
Throw an HttpException with the given data unless the given condition is true.
Generate the URL to a controller action.
Get the available container instance.
Assign high numeric IDs to a config item to force appending.
deprecated
Add an element to an array using "dot" notation if it doesn't exist.
deprecated
Collapse an array of arrays into a single array.
deprecated
Divide an array into two arrays. One with keys and the other with values.
deprecated
Flatten a multi-dimensional associative array with dots.
deprecated
Get all of the given array except for a specified array of keys.
deprecated
Return the first element in an array passing a given truth test.
deprecated
Flatten a multi-dimensional array into a single level.
deprecated
Remove one or many array items from a given array using "dot" notation.
deprecated
Get an item from an array using "dot" notation.
deprecated
Check if an item or items exist in an array using "dot" notation.
deprecated
Return the last element in an array passing a given truth test.
deprecated
Get a subset of the items from the given array.
deprecated
Pluck an array of values from an array.
deprecated
Push an item onto the beginning of an array.
deprecated
Get a value from the array, and remove it.
deprecated
Get a random value from an array.
deprecated
Set an array item to a given value using "dot" notation.
deprecated
Sort the array by the given callback or attribute name.
deprecated
Recursively sort an array by keys and values.
deprecated
Filter the array using the given callback.
deprecated
If the given value is not an array, wrap it in one.
Generate an asset path for the application.
Get the available auth instance.
Create a new redirect response to the previous location.
Hash the given value against the bcrypt algorithm.
Get the class "basename" of the given object / class.
Returns all traits used by a class, its parent classes and trait of their traits.
Create a collection from the given value.
Get / set the specified configuration value.
Create a new cookie instance.
Fill in data where it's missing.
Get an item from an array or object using "dot" notation.
Set an item on an array or object using dot notation.
deprecated
Dispatch a command to its appropriate handler in the current process.
Dispatch a command to its appropriate handler in the current process.
Encode HTML special characters in a string.
deprecated
Get the path to a versioned Elixir file.
deprecated
Determine if a given string ends with a given substring.
Gets the value of an environment variable.
Create a model factory builder for a given class and amount.
Log a debug message to the logs.
Generate a form field to spoof the HTTP verb used by forms.
Get the path to a versioned Mix file.
Get an item from an object using "dot" notation.
Provide access to optional objects.
Handle a Precognition controller hook.
Replace a given pattern with each value in the array in sequentially.
Get an instance of the redirector.
Report an exception if the given condition is true.
Report an exception unless the given condition is true.
Get an instance of the current request or an input item from the request.
Catch a potential exception and return a default value.
Resolve a service from the container.
Return a new response from the application.
Retry an operation a given number of times.
Generate the URL to a named route.
Generate a HTTPS url for the application.
Get / set the specified session value.
deprecated
Convert a string to snake case.
deprecated
Determine if a given string starts with a given substring.
Get a new stringable object from the given string.
deprecated
Return the remainder of a string after a given value.
deprecated
Get the portion of a string before a given value.
deprecated
Determine if a given string contains a given substring.
deprecated
Cap a string with a single instance of a given value.
deprecated
Determine if a given string matches a given pattern.
deprecated
Limit the number of characters in a string.
deprecated
Get the plural form of an English word.
deprecated
Generate a more truly "random" alpha-numeric string.
deprecated
Replace a given value in the string sequentially with an array.
deprecated
Replace the first occurrence of a given value in the string.
deprecated
Replace the last occurrence of a given value in the string.
deprecated
Get the singular form of an English word.
deprecated
Generate a URL friendly "slug" from a given string.
deprecated
Begin a string with a single instance of a given value.
Call the given Closure with the given value then return the value.
Throw the given exception if the given condition is true.
Throw the given exception unless the given condition is true.
Create a new redirect response to a named route.
Returns all traits used by a trait and its traits.
Translate the given message.
Translates the given message based on a count.
Transform the given value if it is present.
Generate a url for the application.
Create a new Validator instance.
Get the evaluated view contents for the given view.
Return the given value, optionally passed through the given callback.